Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class / OnMouseLeaveHover Method
System.EventArgs that contains the event data.

In This Topic
    OnMouseLeaveHover Method (InputTextBoxElementBase<T>)
    In This Topic
    Called by the host control when the mouse leaves this C1.Framework.Element, even if another element has captured the mouse.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnMouseLeaveHover( _
       ByVal e As EventArgs _
    ) 
    public virtual void OnMouseLeaveHover( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also